home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Developer Toolbox 6.1
/
SGI Developer Toolbox 6.1 - Disc 4.iso
/
bin
/
zipR.I.P.
< prev
Wrap
Text File
|
1994-08-01
|
4KB
|
85 lines
as of 5.1 Irix, zip is now R.I.P.'ing and has been "absorbed" by jot
> I have got some feedback from a few developers on the version of zip that
> is distributed as "jot" in 5.1. The overall reaction is: we want zip back.
>
> Here are some point of criticism:
>
> - the new jot is slower than zip (might be 5.1)
> - the file selection box (one line text, no choosing) is a bad joke. The
> showcasestyle box was much much better
> - the default mouse-button defaults are ugly.
> - defaulting to the short menues is not nice
> - the old menues were much more fun
>
> Is there a way to get the old functionality of zip back? Is there an
> internationalized version of zip for 5.1, for those who can't stand the
> new jot?
Yeah, I can't stand it either, but I'm no fool. If you add the line:
oldstyle
to your ~/.jotrc, most of the old behavior appears. It comes up
just about as fast as the old zip would have in 5.1 (quite a bit
slower than in 4.0.5, obviously, since everything does -- the
average performance hit for everything I've tested in 5.1 shows
about a 40% hit, when measured by wall clock). On the other hand,
"oldstyle" will double the startup time, since jot will not have
to initialize the additional fonts for the pull-down menus and
button labels. It only has to load a single font, and that accounts
for perhaps half the startup time (on an empty or tiny file).
The new jot still uses the showcase browsegizmo, but Showcase no
longer uses it, so it is no longer installed in 5.1. I have fixed
the jot installation to re-install it when the next release comes
out, but in the meantime, if you can find an old 4.0.5 browsegizmo in
/usr/lib/showcase on a 4.0.5 machine, and copy it to /usr/lib/showcase
on a 5.1 machine, it will work fine. When the next release of jot
comes out, browsegizmo will be kept in /usr/lib/jot, so when you
upgrade, you can blow away the copy in /usr/lib/showcase.
By the way, the "bad joke" file browser is blindingly fast compared
to the browsegizmo. It has file navigation built in, does file name
completion in a sophisticated way, and is ideal if the file you're
seeking is in the same directory. I only invoke the browsegizmo
myself when I need to traverse the directory structure. <Alt-o>
invokes the browsegizmo, and <Alt-Shift-O> invokes the "bad joke",
so it's very easy to go back and forth.
The mouse defaults are fixed by "oldstyle" to what they were, similarly
for expert menus.
If you like some of the new features, there are additional options in
your .jotrc file to pick and choose. "oldstyle" just yanks everything.
The new options are documented in the new, extensive, man page.
The new jot is internationalizable. Just add a line like:
location <absolute path name>
to your .jotrc file, where <absolute path name> refers to a foreign
phrases file. A starting copy with the English text is called
foreignphrases, and is in /usr/lib/jot. If you want to get back the
names like "Rambo Quit", just replace the line "quit without saving"
in a copy of the foreignphrases file, and so on. Then make your
file .jotrc point to the copy. Be careful though, the code that reads
the locale file is delicate, and if you get an extra line or a missing
line, or if it's expecting a "%x" and you omit it, jot may crash when
it starts up. I used to have a file that was far more entertaining
than the default, but I lost it. If somebody makes a good one, I'd
like a copy.
Although I was forced to add the locale stuff, I haven't heard of
anyone making any real internationalized versions of it. I had one
in pig-latin for awhile, and was considering a valley-girl version,
but I just ran out of time.
If I've left any questions unanswered, send me e-mail.
-- Tom Davis
davis@sgi.com
10/93